func net/http/pprof.sleep

3 uses

	net/http/pprof (current package)
		pprof.go#L116: func sleep(r *http.Request, d time.Duration) {
		pprof.go#L163: 	sleep(r, time.Duration(sec)*time.Second)
		pprof.go#L189: 	sleep(r, time.Duration(sec*float64(time.Second)))